home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / GL / flight / ci_colors.h < prev    next >
Text File  |  1994-08-01  |  3KB  |  122 lines

  1. /*
  2.  * Copyright 1993, 1994, Silicon Graphics, Inc.
  3.  * All Rights Reserved.
  4.  *
  5.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6.  * the contents of this file may not be disclosed to third parties, copied or
  7.  * duplicated in any form, in whole or in part, without the prior written
  8.  * permission of Silicon Graphics, Inc.
  9.  *
  10.  * RESTRICTED RIGHTS LEGEND:
  11.  * Use, duplication or disclosure by the Government is subject to restrictions
  12.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15.  * rights reserved under the Copyright Laws of the United States.
  16.  */
  17. /*
  18.  *  ci_colors.h $Revision: 1.1 $
  19.  */
  20.  
  21.  
  22. /*
  23.  *  fixed
  24.  */
  25. #define C_BLACK        0
  26. #define C_WHITE        1
  27. #define C_RED        2
  28. #define C_DRED        3
  29. #define C_GREEN        4
  30. #define C_BLUE        5
  31. #define C_YELLOW    6
  32. #define C_ORANGE    7
  33. #define C_INST_BROWN    8
  34. #define C_HBLUE        9
  35. #define C_GREY        10
  36.  
  37. /*
  38.  *  missile contrail
  39.  */
  40. #define C_MC_FLAME    16
  41. #define C_MC_TRAIL    17
  42.  
  43. /*
  44.  *  non ramp
  45.  */
  46. #define C_DIRT        18
  47. #define C_SWAMP        19
  48. #define C_SKY        20
  49.  
  50. /*
  51.  *  ramps
  52.  */
  53. #define C_GREY_0    21
  54. #define C_GREY_1    22
  55. #define C_GREY_2    23
  56. #define C_GREY_3    24
  57. #define C_GREY_4    25
  58. #define C_GREY_5    26
  59. #define C_GREY_6    27
  60. #define C_GREY_7    28
  61. #define C_GREY_8    29
  62. #define C_GREY_9    30
  63. #define C_GREY_10    31
  64. #define C_GREY_11    32
  65. #define C_GREY_12    33
  66.  
  67. #define C_SILVER_0    34
  68. #define C_SILVER_1    35
  69. #define C_SILVER_2    36
  70. #define C_SILVER_3    37
  71. #define C_SILVER_4    38
  72. #define C_SILVER_5    39
  73. #define C_SILVER_6    40
  74. #define C_SILVER_7    41
  75. #define C_SILVER_8    42
  76. #define C_SILVER_9    43
  77.  
  78. #define C_PURPLE_0    44
  79. #define C_PURPLE_1    45
  80. #define C_PURPLE_2    46
  81. #define C_PURPLE_3    47
  82. #define C_PURPLE_4    48
  83.  
  84. #define C_LIME_0    49
  85. #define C_LIME_1    50
  86. #define C_LIME_2    51
  87. #define C_LIME_3    52
  88. #define C_LIME_4    53
  89.  
  90. #define C_TAN_0        54
  91. #define C_TAN_1        55
  92. #define C_TAN_2        56
  93. #define C_TAN_3        57
  94. #define C_TAN_4        58
  95.  
  96. #define C_ORANGE_0    59
  97. #define C_ORANGE_1    60
  98. #define C_ORANGE_2    61
  99. #define C_ORANGE_3    62
  100. #define C_ORANGE_4    63
  101.  
  102. /*
  103.  *  short 4 bit color map
  104.  */
  105. #define SC_BLACK    0
  106. #define SC_WHITE    1
  107. #define SC_RED        2
  108. #define SC_GREEN    3
  109. #define SC_BLUE        4
  110. #define SC_ORANGE    5
  111. #define SC_GREY        6
  112. #define SC_DIRT        7
  113. #define SC_SWAMP    8
  114. #define SC_SKY        9
  115. #define SC_GREY_0    10    /* == C_GREY_0 */
  116. #define SC_GREY_1    11    /* == C_GREY_2 */
  117. #define SC_GREY_2    12    /* == C_GREY_5 */
  118. #define SC_GREY_3    13    /* == C_GREY_8 */
  119. #define SC_PURPLE_0    14    /* == C_PURPLE_1 */
  120. #define SC_PURPLE_1    15    /* == C_PURPLE_3 */
  121.  
  122.